تصنيع
تصنيع مبسط
تعديل
تعديل
مخزن المدخلات
{foreach $allStore as $store}
outStore == $store->storeId}selected{/if}>{$store->storeName}
{/foreach}
مخزن المخرجات
{foreach $allStore as $store}
inStore == $store->storeId}selected{/if}>{$store->storeName}
{/foreach}
المورد
المنتج المدخل
الكمية
تكلفة تصنيع الوحدة
التكلفة الاجمالية للوحدة
تكلفة التصنيع
التعليق
{$productionOutData->comment}
المخرجات
المنتج
وحدة القياس
السعر
الكمية
الاجمالى
{assign var=i value=1} {assign var=allCost value=0} {foreach $allProductionOutDetail as $data}
{$data->inTotalCost}
×
{assign var=allCost value=$allCost+$data->inTotalCost} {assign var=i value=$i+1} {/foreach}
الاجمالى
{$allCost}
حفظ